CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - array class

搜索资源列表

  1. 1.2-DynamicArray-class-better

    0下载:
  2. 动态数组的生成程序,一个很好的促学c++的工具,希望大家光顾-Dynamic Array genetor dgdg d gdd d d da
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-22
    • 文件大小:148771
    • 提供者:wwm
  1. java-Using-Array-for-Queue

    0下载:
  2. 用java语言中的数组来实现队列,其中扩容方法为在原数组的基础上乘以2,另外也测试了用java中Vector类实现队列。-Array using java language java Vector class queue queue, which expansion method is superior to the original array 2, is also tested.
  3. 所属分类:Home Personal application

    • 发布日期:2017-11-06
    • 文件大小:2753
    • 提供者:刘昭强
  1. Array

    0下载:
  2. 用类实现动态数组的各种操作,获取数组大小,重置数组大小,获取元素,重载[]操作符,追加新元素,删除元素,插入元素,重载=-With class implements a dynamic array of various operations, access to the array size, the size of the array is reset, access to the elements, overloaded [] operator, additional new element
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-16
    • 文件大小:4160
    • 提供者:songyanzhi
  1. Array-Complex

    0下载:
  2. 复数类的C++实现-Complex array 头文件及源代码-The complex class C++-Complex array header files and source code
  3. 所属分类:source in ebook

    • 发布日期:2017-12-03
    • 文件大小:2587
    • 提供者:于练
  1. First_Test1

    0下载:
  2. 1、使用System.Array类的方法获取已知数组(数组元素为80,90,67,89,78,85,45,69,77,95)的维数、长度,并对数组排序、反转。 提示:Rank,Length,Sort(),Reverse() 2、 使用Random方法生成随机数。数组A中有8个互不相同的元素,数组B中有5个互不相同的元素,A和B中的数为100以内的正整数。编程产生数组C,C中包含在A中但不在B中的元素。 任意输入两个正整数a,b, 求a+b的和, a,b的取值范围为1—10100
  3. 所属分类:CSharp

    • 发布日期:2017-11-26
    • 文件大小:57172
    • 提供者:xiaobai66393
  1. arrayOfStudent02

    0下载:
  2. 仿照课堂案例学生数组类设计一个动态数组类,并封装必要的函数成员,编写主函数进行测试。-Modeled classroom case students an array of class design a dynamic array class and encapsulates the necessary function members to write the main function for testing.
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-02
    • 文件大小:312357
    • 提供者:刘智霞
  1. 1

    0下载:
  2. 定义数组MyArray类。它满足的要求如下:1。该类用于保存整数;2。类可以检查数组下标溢出;3。客户端可以使用您定义为MyArray的主要代码:无效的main(){MyArray intarray(10);//这里10是intarray的元素的数目。对于(int i = 0;i < 10;i++)intarray [我] =我*我;//初始化intarray的元素cout << intarray;/ /打印中的每一个元素intarray}4。这是额外的需求:思考如何保存任何数
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-12
    • 文件大小:665
    • 提供者:ldd
  1. buddyeditor_global

    0下载:
  2. Byte Array Class for linux API Driver.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-20
    • 文件大小:4125
    • 提供者:lengtinwui
  1. Array-Class

    0下载:
  2. 这是一个实矩阵类,矩阵大小可更改 (1)矩阵的加、减、数乘和乘等运算; (2)矩阵的转置运算; (3)矩阵列向量的最大值与最小值; (4)矩阵列向量的内积运算,范数; (5)方阵的特征值与特征向量。-This is a real matrix type, matrix size can be changed (1) matrix addition, subtraction, multiplication and multiplication and other operati
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:29968
    • 提供者:sunshine
  1. CSharp

    0下载:
  2. C#课程设计 C#课件 数组 类与对象 决策语句 继承 枚举与结构 管理错误与异常 -C# C# course design courseware making statements with the object array class inheritance enumeration and configuration management errors and exceptions
  3. 所属分类:CSharp

    • 发布日期:2017-05-23
    • 文件大小:7421363
    • 提供者:辛辛
  1. C

    1下载:
  2. 设计一个通用数组类(主要这对数值型数据),设计相关成员以完成对数组的常用操作(如元素的添加、删除、访问、查找及数组排序等),并对>>、<<、[ ](返回某下标处得元素值)、=(给数组赋值)等运算符进行重载!所设计的数组类应能进行越界检查。-Design a generic array class (mainly this data to numeric), designed to complete the relevant members of the array com
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-18
    • 文件大小:4992154
    • 提供者:geass
  1. CheckAction.class

    0下载:
  2. php中,会遇到树状结构,可能要组织五维数组, 本段程序,很行的如何去组织-A multidimensional array organization, similar to the unlimited categories
  3. 所属分类:source in ebook

    • 发布日期:2017-04-13
    • 文件大小:2532
    • 提供者:韩磊
  1. SHAKA

    0下载:
  2. 自已写的位处理宏及位数组类代码,C/C++语言编写,代码在这里公开,希望大家积极下载使用。-Himself wrote a macro and a array class code, C/C++ language, code open here, hope that we actively download.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3842
    • 提供者:古进波
  1. SKBIT

    0下载:
  2. 自已写的位处理宏及位数组类代码,C/C++语言编写,代码在这里公开,希望大家积极下载使用。-Himself wrote a macro and a array class code, C/C++ language, code open here, hope that we actively download.
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3918
    • 提供者:古进波
  1. dir-biao

    0下载:
  2. 这是一个C++设计的动态数组顺序表类,帮助别人学习C-This is a dynamic array class C++ order table designed to help others learn C++
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1687
    • 提供者:姜雪峰
  1. CDArray

    0下载:
  2. 用C++实现一个动态数组类接口的程序代码-With C++ implement a dynamic array class interface program
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3710
    • 提供者:shalou
  1. CDArray1.2

    0下载:
  2. 用C++语言实现一个动态数组类接口的封装功能-Implement a dynamic array class encapsulation C++ language
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:248063
    • 提供者:shalou
  1. MyArray

    0下载:
  2. 动态数组及模板类 任务目标:   学习C++的类机制、模板机制、运算符重载、重载函数机制、内存动态分配与释放等。 任务描述:   使用C++的类机制实现一个动态的数组类MyArray,具有完整的构造和析构函数。使用模板机制,使其能够支持各种数据类型(包括结构体)。MyArray类中实现以下方法: 添加一个元素,使用函数重载的方式,实现1)添加数组尾部,2)添加到指定序号位置; 通过函数,设置指定位置(序号)的元素数据; 删除指定序号的元素; 删除所有元素;
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-28
    • 文件大小:10502296
    • 提供者:周畅
  1. ArrayOfSort

    0下载:
  2. c++,利用动态数组实现一个排序类。其中排序是冒泡排序-Realized sorting using dynamic array class
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:753
    • 提供者:章先生
  1. Array

    0下载:
  2. 数组类的实现与改进。利用操作符重载,定义类来生成一数组-An array of classes and achieve improvements. Use operator overloading to generate an array of custom class
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1197
    • 提供者:郭如雪
« 1 2 34 5 6 7 8 9 10 ... 32 »
搜珍网 www.dssz.com